home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3647 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NT talking to hardware?
  5. Date: Thu, 25 Jan 1996 11:27:17 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <31074CF5.4189@cmt.lpr.mail.carel.fi>
  8. References: <4e6o4g$evn@is05.micron.net>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. bblack@micron.net wrote:
  16. > Hello,
  17. >         I need some help taking to an 8 bit driver card.  The card was design to drive
  18. > a relay matrix for some testing at work.  We had it running fine on window 3.1 and  it
  19. > was decided that we should upgrade to a 32 bit operating system (NT) to increase our
  20. > speed for real time testing.  I tried to recompile the DLL that we use to talk to the
  21. > driver card to 32 bit, but the compiler did not like the outp() function I was using to
  22. > write to data to the card.  I am very new to C++ programming and this problem was
  23. > like running into a wall.  I found out that outp() is a 16 bit function and is not portable
  24. > to NT.  Does anyone know how I go about taking to hardware in a Windows NT
  25. > environment?  Any help will be appreciated.
  26. > "There is nothing so noble as learning a skill and putting it to use."
  27. > bblack@micron.net
  28.  
  29. Sure: you'll have to write a device driver for your card. It may take some effort, though... 
  30. :) Ontain the WinNT DDK for further details.
  31.  
  32. Later,
  33. AriL
  34. -- 
  35. All my opinions are mine and mine alone.
  36.